Tracking the Intangible: Quantifying Effort in NFL Running Backs
Image source: The Tower
Introduction
American Football is one of the most-watched and popular sports in the U.S., known for its quick decision-making, complex tactics, and athletically demanding displays of strength, endurance and speed. However, many traditional statistics miss the “how” behind value plays such as yards gained after contact, expected points added, etc. As such, we must ask ourselves: what does it take to gain a yard? Is a player exceeding their capabilities, therefore, making an effort? If so, how often or how close does a player comes to his “best”?
Our motivation for this project centered on these very questions. Our goal is to develop a metric to measure effort. We acknowledge that effort is a complex, intangible, and most often subjective concept, influenced by player position, opposing defense, snap count or play volume to play call/assignment. Effort is also heavily contextual and multi-faceted, often shaped by the emotional and mental state as well as the thinking process of a player. Given the available data, we are going to focus on one facet: the raw physical capabilities of a player — specifically, acceleration and speed.
By quantifying effort, we hope to provide not only to teams and sport data analysts, but also fans with deeper insight into what and how football players are truly contributing on the field — even when it’s not reflected in conventional stats or even the outcome of a game. We also aspire to address or even fill in some of the gaps in the current literature around quantifying effort in American football since most research focus on win probabilities and other outcomes at the game level rather than individualized capabilities.
Data
The data used for this project were the Game, play, player, tracking datasets from from NFL Big Data Bowl 2022 Dataset, Weeks 1-9 (NFL Big Data Bowl 2022) on Kaggle.
- We limited our dataset to NFL running backs with more than 20 rushes per play during the 2022 season.
- We limited the rows to running plays where a running back (RB) is the ball carrier.
- We Trimmed each play to frames between handoff and at end of a play.
Explanatory Data Analysis
Methods
[Describe the modeling techniques you chose, their assumptions, justifications for why they are appropriate for the problem, and how you’re comparing/evaluating the different methods]
Used Dr. Ron Yurko and Quang Nguyen’s code to calculate distance from the nearest defender (Nguyen 2023)
Based our AS/ AKE curved on the article titled “Individual acceleration-speed profile in-situ: A proof of concept in professional football players”(Morin et al. 2021)
Still using the non-linear quantile regression plot? (Ding 2024)
Results
Describe your results. This can include tables and plots showing your results, as well as text describing how your models worked and the appropriate interpretations of the relevant output. (Note: Don’t just write out the textbook interpretations of all model coefficients. Instead, interpret the output that is relevant for your question of interest that is framed in the introduction)
[Metrics so far]
\left(\sum\limits_{i=1}^{n_{\text{below}}} {\frac{1}{1+d_i}}\right)\bigg/n_{\text{below}} ➜️ Quantifies how close a player comes to his “best” (99th percentile) accelerations
➜ Saquon Barkley: 0.152
➜ Rex Burkhead: 0.149
Percentage of total points that lie in between the percentile P_{99} and P_{99}-3
➜ Quantifies how often a player comes close to his “best” (99th percentile) accelerations
➜ Saquon Barkley: 0.074
➜ Rex Burkhead: 0.069
Metrics
Effort metric v2
Discussion
Give your conclusions and summarize what you have learned with regards to your question of interest. Are there any limitations with the approaches you used? What do you think are the next steps to follow-up your project?
Appendix
Tables
| Running Back | Distance Score |
|---|---|
| Chase Edmonds | 0.18 |
| Rachaad White | 0.18 |
| Alexander Mattison | 0.17 |
| Najee Harris | 0.17 |
| Matt Breida | 0.17 |
| Melvin Gordon | 0.17 |
| James Cook | 0.17 |
| D’Andre Swift | 0.17 |
| Joshua Kelley | 0.17 |
| Latavius Murray | 0.17 |
| Running Back | Distance Score |
|---|---|
| Breece Hall | 0.14 |
| Brian Robinson | 0.14 |
| David Montgomery | 0.14 |
| Justice Hill | 0.14 |
| Tyler Allgeier | 0.14 |
| Darrell Henderson | 0.14 |
| Christian McCaffrey | 0.14 |
| Gus Edwards | 0.13 |
| Isiah Pacheco | 0.13 |
| Deon Jackson | 0.13 |
- Percentage of total points that lie in between the percentile P_{99} and P_{99}-3
- This effort metric quantifies how often a player comes close to his “best” (99th percentile) accelerations